home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 14148 < prev    next >
Encoding:
Text File  |  1996-08-05  |  1.1 KB  |  34 lines

  1. Path: cpsc.ucalgary.ca!davidt
  2. From: davidt@cpsc.ucalgary.ca (David Taylor)
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: Help!!, in directory change
  5. Date: 28 Mar 1996 22:40:01 GMT
  6. Organization: University of Calgary CPSC
  7. Message-ID: <4jf4g1$pgp@linux.cpsc.ucalgary.ca>
  8. References: <315526CF.77DE@ljusdal.se> <4jctjf$poh@pegasus.odyssee.net>
  9. NNTP-Posting-Host: bk.cpsc.ucalgary.ca
  10.  
  11. In article <4jctjf$poh@pegasus.odyssee.net>,
  12. Marc Mazerolle <imaze@odyssee.net> wrote:
  13. >Marcsu <marcus.berggren@ljusdal.se> wrote:
  14. >
  15. >>I┤m, still in desperate need of help in chaging the "current" 
  16. >>directory,(under UNIX). I┤m trying to wright to a file in another 
  17. >>directory, and I don┤t now what function to call, to do that!!!
  18. >>I┤m using g++ 2.7.0......please hekp!!! I need it for my school work!
  19. >>/Marcsu
  20. >
  21. >>marcus.berggren@ljusdal.se
  22. >
  23. >The command is simply called "chdir" for CHange DIRectory and it
  24. >expects a "char *" as a parameter.
  25. >
  26. >Try "man chdir" on UNIX for full details
  27.  
  28. Try "man 2 chdir".  The chdir you want is in section 2 (system calls)
  29. of the unix manual.
  30.  
  31. -- 
  32. Andrew Taylor     |email: davidt@cpsc.ucalgary.ca
  33.                   |www:   http://www.cpsc.ucalgary.ca/~davidt
  34.